.main-title {
    font-size: 3.5rem;
    margin: 0;
    border-bottom: 3px solid var(--main-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-title img {
    height: 90px;
}